[INFO] fetching crate ownref 0.3.1...
[INFO] testing ownref-0.3.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate ownref 0.3.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate ownref 0.3.1
[INFO] finished tweaking crates.io crate ownref 0.3.1
[INFO] tweaked toml for crates.io crate ownref 0.3.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ownref 0.3.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.13.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 89cadc0e16c28bc6238cd63742e6ee3b2e78f9f6d8a634d9e2b76ac89bf0c99b
[INFO] running `Command { std: "docker" "start" "-a" "89cadc0e16c28bc6238cd63742e6ee3b2e78f9f6d8a634d9e2b76ac89bf0c99b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "89cadc0e16c28bc6238cd63742e6ee3b2e78f9f6d8a634d9e2b76ac89bf0c99b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89cadc0e16c28bc6238cd63742e6ee3b2e78f9f6d8a634d9e2b76ac89bf0c99b", kill_on_drop: false }`
[INFO] [stdout] 89cadc0e16c28bc6238cd63742e6ee3b2e78f9f6d8a634d9e2b76ac89bf0c99b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ba0832ea8a00a917dd478a048d7c54cd706b6be3e9a3c5a05396d1d3d9bc567
[INFO] running `Command { std: "docker" "start" "-a" "1ba0832ea8a00a917dd478a048d7c54cd706b6be3e9a3c5a05396d1d3d9bc567", kill_on_drop: false }`
[INFO] [stderr]    Compiling ownref v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/arc_owned.rs:61:75
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &O, E> {
[INFO] [stdout]    |                                          --                        --     ^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                         |
[INFO] [stdout]    |                                          |                         the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &'a O, E> {
[INFO] [stdout]    |                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_owned.rs:402:9
[INFO] [stdout]     |
[INFO] [stdout] 402 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 402 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 402 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_owned.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 412 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 412 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_ref.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 386 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 386 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_ref.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 396 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 396 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/box_owned.rs:77:75
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &mut O, E> {
[INFO] [stdout]    |                                          --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                         |
[INFO] [stdout]    |                                          |                         the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut O, E> {
[INFO] [stdout]    |                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:421:9
[INFO] [stdout]     |
[INFO] [stdout] 421 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 421 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 421 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:431:9
[INFO] [stdout]     |
[INFO] [stdout] 431 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 431 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 431 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 471 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 471 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:481:9
[INFO] [stdout]     |
[INFO] [stdout] 481 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 481 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 481 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/box_ref.rs:78:73
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &mut I, E> {
[INFO] [stdout]    |                                        --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                        |                         |
[INFO] [stdout]    |                                        |                         the same lifetime is named here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut I, E> {
[INFO] [stdout]    |                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_ref.rs:368:9
[INFO] [stdout]     |
[INFO] [stdout] 368 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 368 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 368 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_ref.rs:378:9
[INFO] [stdout]     |
[INFO] [stdout] 378 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 378 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 378 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "1ba0832ea8a00a917dd478a048d7c54cd706b6be3e9a3c5a05396d1d3d9bc567", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ba0832ea8a00a917dd478a048d7c54cd706b6be3e9a3c5a05396d1d3d9bc567", kill_on_drop: false }`
[INFO] [stdout] 1ba0832ea8a00a917dd478a048d7c54cd706b6be3e9a3c5a05396d1d3d9bc567
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db41ea5696361567bf3235a3a175a350d13789c1bf375719cb0122d33d13d6eb
[INFO] running `Command { std: "docker" "start" "-a" "db41ea5696361567bf3235a3a175a350d13789c1bf375719cb0122d33d13d6eb", kill_on_drop: false }`
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/arc_owned.rs:61:75
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &O, E> {
[INFO] [stdout]    |                                          --                        --     ^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                         |
[INFO] [stdout]    |                                          |                         the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &'a O, E> {
[INFO] [stdout]    |                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_owned.rs:402:9
[INFO] [stdout]     |
[INFO] [stdout] 402 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 402 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 402 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_owned.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 412 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 412 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_ref.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 386 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 386 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_ref.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 396 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 396 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/box_owned.rs:77:75
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &mut O, E> {
[INFO] [stdout]    |                                          --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                         |
[INFO] [stdout]    |                                          |                         the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut O, E> {
[INFO] [stdout]    |                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:421:9
[INFO] [stdout]     |
[INFO] [stdout] 421 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 421 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 421 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:431:9
[INFO] [stdout]     |
[INFO] [stdout] 431 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 431 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 431 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 471 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 471 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:481:9
[INFO] [stdout]     |
[INFO] [stdout] 481 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 481 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 481 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/box_ref.rs:78:73
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &mut I, E> {
[INFO] [stdout]    |                                        --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                        |                         |
[INFO] [stdout]    |                                        |                         the same lifetime is named here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut I, E> {
[INFO] [stdout]    |                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_ref.rs:368:9
[INFO] [stdout]     |
[INFO] [stdout] 368 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 368 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 368 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_ref.rs:378:9
[INFO] [stdout]     |
[INFO] [stdout] 378 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 378 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 378 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ownref v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/arc_owned.rs:61:75
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &O, E> {
[INFO] [stdout]    |                                          --                        --     ^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                         |
[INFO] [stdout]    |                                          |                         the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &'a O, E> {
[INFO] [stdout]    |                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_owned.rs:402:9
[INFO] [stdout]     |
[INFO] [stdout] 402 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 402 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 402 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_owned.rs:412:9
[INFO] [stdout]     |
[INFO] [stdout] 412 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 412 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 412 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_ref.rs:386:9
[INFO] [stdout]     |
[INFO] [stdout] 386 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 386 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 386 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/arc_ref.rs:396:9
[INFO] [stdout]     |
[INFO] [stdout] 396 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 396 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 396 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/box_owned.rs:77:75
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &mut O, E> {
[INFO] [stdout]    |                                          --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                          |                         |
[INFO] [stdout]    |                                          |                         the same lifetime is named here
[INFO] [stdout]    |                                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut O, E> {
[INFO] [stdout]    |                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:421:9
[INFO] [stdout]     |
[INFO] [stdout] 421 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 421 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 421 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:431:9
[INFO] [stdout]     |
[INFO] [stdout] 431 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 431 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 431 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 471 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 471 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_owned.rs:481:9
[INFO] [stdout]     |
[INFO] [stdout] 481 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 481 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 481 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/box_ref.rs:78:73
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &mut I, E> {
[INFO] [stdout]    |                                        --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                                        |                         |
[INFO] [stdout]    |                                        |                         the same lifetime is named here
[INFO] [stdout]    |                                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut I, E> {
[INFO] [stdout]    |                                                                          ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_ref.rs:368:9
[INFO] [stdout]     |
[INFO] [stdout] 368 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 368 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 368 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stdout]    --> src/box_ref.rs:378:9
[INFO] [stdout]     |
[INFO] [stdout] 378 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use untyped pointers to only compare their addresses
[INFO] [stdout]     |
[INFO] [stdout] 378 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stdout]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stdout] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stdout]     |
[INFO] [stdout] 378 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stdout]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.02s
[INFO] running `Command { std: "docker" "inspect" "db41ea5696361567bf3235a3a175a350d13789c1bf375719cb0122d33d13d6eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db41ea5696361567bf3235a3a175a350d13789c1bf375719cb0122d33d13d6eb", kill_on_drop: false }`
[INFO] [stdout] db41ea5696361567bf3235a3a175a350d13789c1bf375719cb0122d33d13d6eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 654cf4b8f592556fd25cd9adaeafbac3c4e3ca331c50f5baa6a2aad9c5eae490
[INFO] running `Command { std: "docker" "start" "-a" "654cf4b8f592556fd25cd9adaeafbac3c4e3ca331c50f5baa6a2aad9c5eae490", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/arc_owned.rs:61:75
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &O, E> {
[INFO] [stderr]    |                                          --                        --     ^^ the same lifetime is elided here
[INFO] [stderr]    |                                          |                         |
[INFO] [stderr]    |                                          |                         the same lifetime is named here
[INFO] [stderr]    |                                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub fn into_owner_ref(this: ArcOwned<'a, O, I, E>) -> ArcOwned<'a, O, &'a O, E> {
[INFO] [stderr]    |                                                                            ++
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/arc_owned.rs:402:9
[INFO] [stderr]     |
[INFO] [stderr] 402 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 402 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 402 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/arc_owned.rs:412:9
[INFO] [stderr]     |
[INFO] [stderr] 412 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 412 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 412 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/arc_ref.rs:386:9
[INFO] [stderr]     |
[INFO] [stderr] 386 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 386 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 386 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/arc_ref.rs:396:9
[INFO] [stderr]     |
[INFO] [stderr] 396 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 396 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 396 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/box_owned.rs:77:75
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &mut O, E> {
[INFO] [stderr]    |                                          --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                          |                         |
[INFO] [stderr]    |                                          |                         the same lifetime is named here
[INFO] [stderr]    |                                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn into_owner_ref(this: BoxOwned<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut O, E> {
[INFO] [stderr]    |                                                                            ++
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/box_owned.rs:421:9
[INFO] [stderr]     |
[INFO] [stderr] 421 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 421 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 421 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/box_owned.rs:431:9
[INFO] [stderr]     |
[INFO] [stderr] 431 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 431 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 431 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/box_owned.rs:471:9
[INFO] [stderr]     |
[INFO] [stderr] 471 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 471 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 471 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/box_owned.rs:481:9
[INFO] [stderr]     |
[INFO] [stderr] 481 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 481 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 481 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/box_ref.rs:78:73
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &mut I, E> {
[INFO] [stderr]    |                                        --                        --     ^^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                                        |                         |
[INFO] [stderr]    |                                        |                         the same lifetime is named here
[INFO] [stderr]    |                                        the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub fn into_box_owned(from: BoxRef<'a, O, I, E>) -> BoxOwned<'a, O, &'a mut I, E> {
[INFO] [stderr]    |                                                                          ++
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/box_ref.rs:368:9
[INFO] [stderr]     |
[INFO] [stderr] 368 |         (self.inner as *const I).partial_cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 368 |         (self.inner as *const I).cast::<()>().partial_cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                                       +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 368 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).partial_cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected
[INFO] [stderr]    --> src/box_ref.rs:378:9
[INFO] [stderr]     |
[INFO] [stderr] 378 |         (self.inner as *const I).cmp(&(other.inner as *const I))
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use untyped pointers to only compare their addresses
[INFO] [stderr]     |
[INFO] [stderr] 378 |         (self.inner as *const I).cast::<()>().cmp(&(other.inner as *const I).cast::<()>())
[INFO] [stderr]     |                                 +++++++++++++                               +++++++++++++
[INFO] [stderr] help: or expect the lint to compare the pointers metadata and addresses
[INFO] [stderr]     |
[INFO] [stderr] 378 |         { #[expect(ambiguous_wide_pointer_comparisons, reason = "...")] (self.inner as *const I).cmp(&(other.inner as *const I)) }
[INFO] [stderr]     |         +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: `ownref` (lib) generated 13 warnings (run `cargo fix --lib -p ownref` to apply 3 suggestions)
[INFO] [stderr] warning: `ownref` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ownref-3f6828f07e1adc61)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/arc_owned.rs (/opt/rustwide/target/debug/deps/arc_owned-d83d6c24c29c544d)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test arc_owned_a ... ok
[INFO] [stdout] test arc_owned_a_cmp ... ok
[INFO] [stdout] test arc_owned_a_iter ... ok
[INFO] [stdout] test arc_owned_any_owner ... ok
[INFO] [stdout] test arc_owned_borrow ... ok
[INFO] [stdout] test arc_owned_c_cmp ... ok
[INFO] [stdout] test arc_owned_c ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/arc_ref.rs (/opt/rustwide/target/debug/deps/arc_ref-45f4d7038da0f00c)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test arc_ref_a_iter ... ok
[INFO] [stdout] test arc_ref_any_owner ... ok
[INFO] [stdout] test arc_ref_a_cmp ... ok
[INFO] [stdout] test arc_ref_a ... ok
[INFO] [stdout] test arc_ref_c ... ok
[INFO] [stdout] test arc_ref_borrow ... ok
[INFO] [stdout] test arc_ref_c_cmp ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/box_owned.rs (/opt/rustwide/target/debug/deps/box_owned-3b2114e00ecbfa3c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test box_owned_a ... ok
[INFO] [stdout] test box_owned_any_owner ... ok
[INFO] [stdout] test box_owned_any_owner_local ... ok
[INFO] [stderr]      Running tests/box_ref.rs (/opt/rustwide/target/debug/deps/box_ref-084e5444bdb2efb8)
[INFO] [stdout] test box_owned_c ... ok
[INFO] [stderr]      Running tests/convert.rs (/opt/rustwide/target/debug/deps/convert-1aaefd0f0aa1a1ab)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test box_ref_a ... ok
[INFO] [stdout] test box_ref_any_owner_local ... ok
[INFO] [stdout] test box_ref_c ... ok
[INFO] [stdout] test box_ref_any_owner ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test arc_convert ... ok
[INFO] [stdout] test box_convert ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ownref
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - (line 35) ... ok
[INFO] [stdout] test src/lib.rs - (line 96) ... ok
[INFO] [stdout] test src/lib.rs - (line 58) ... ok
[INFO] [stdout] test src/lib.rs - (line 166) ... ok
[INFO] [stdout] test src/lib.rs - (line 125) ... ok
[INFO] [stdout] test src/lib.rs - (line 67) ... ok
[INFO] [stdout] test src/lib.rs - (line 183) ... ok
[INFO] [stdout] test src/lib.rs - (line 112) ... ok
[INFO] [stdout] test src/lib.rs - (line 78) ... ok
[INFO] [stdout] test src/lib.rs - (line 140) ... ok
[INFO] [stdout] test src/lib.rs - (line 149) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "654cf4b8f592556fd25cd9adaeafbac3c4e3ca331c50f5baa6a2aad9c5eae490", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "654cf4b8f592556fd25cd9adaeafbac3c4e3ca331c50f5baa6a2aad9c5eae490", kill_on_drop: false }`
[INFO] [stdout] 654cf4b8f592556fd25cd9adaeafbac3c4e3ca331c50f5baa6a2aad9c5eae490
